Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/70 - Transpose Matrix Calculator/

index.html /cody/swapnilsparsh/30DaysOfJavaScript/70 - Transpose Matrix Calculator/index.html
472 Views
0 Comments
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

script.js /cody/swapnilsparsh/30DaysOfJavaScript/70 - Transpose Matrix Calculator/script.js
219 Views
0 Comments

button=document.getElementById('button');
button.addEventListener('click',e=>{
let ans=document.createElement('div');
d
style.css /cody/swapnilsparsh/30DaysOfJavaScript/70 - Transpose Matrix Calculator/style.css
153 Views
0 Comments
@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&family=PT+Serif&display=swap');
*{
margin: 0;
padding